home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / scriptdef / Vertical Boxes.sd < prev    next >
INI File  |  2006-09-13  |  2KB  |  73 lines

  1. [SUBJECT]
  2. Description=Scrolls vertically multiple text boxes.
  3. ImageIndex=-1
  4. Folder=Text Effects
  5.  
  6.  
  7. [BODY_TEXT]
  8. ;<!-- Original:  Michael Tartaglia (stonedstan@hotmail.com) -->
  9. ;<!-- Web Site:  http://www.geocities.com/SiliconValley/Horizon/5235 -->
  10. ;
  11. ;<!-- This script and many more are available free online at -->
  12. ;<!-- The JavaScript Source!! http://javascript.internet.com -->
  13. ;
  14. ;<script language="JavaScript">
  15. ;<!-- Begin
  16. ;msg ="`message`";
  17. ;align="center";
  18. ;speed=`speed`;
  19. ;up=true;
  20. ;spas=" ";
  21. ;for (a=0;a<=12;a++) {spas+=" ";}
  22. ;msg=spas+msg+spas;
  23. ;j=eval(-1);
  24. ;stop=msg.length;
  25. ;document.write("<form name='form'><table border=0 cellspacing=0 "
  26. ;+"cellpadding=0 align="+align+">");
  27. ;for (i=1;i<=13;i++) {
  28. ;document.write("<tr><td><input type=text name=\"box"+i+"\" size=1>");
  29. ;document.write("</td></tr>");
  30. ;}
  31. ;document.write("</table></form>");
  32. ;function scrollIt() {
  33. ;j++;
  34. ;with (document.form) {
  35. ;if ((j+12) <= stop) {
  36. ;box1.value = msg.charAt(j);
  37. ;box2.value = msg.charAt(j+1);
  38. ;box3.value = msg.charAt(j+2);
  39. ;box4.value = msg.charAt(j+3);
  40. ;box5.value = msg.charAt(j+4);
  41. ;box6.value = msg.charAt(j+5);
  42. ;box7.value = msg.charAt(j+6);
  43. ;box8.value = msg.charAt(j+7);
  44. ;box9.value = msg.charAt(j+8);
  45. ;box10.value = msg.charAt(j+9);
  46. ;box11.value = msg.charAt(j+10);
  47. ;box12.value = msg.charAt(j+11);
  48. ;box13.value = msg.charAt(j+12);
  49. ;} else {
  50. ;j=0;
  51. ;   }
  52. ;}
  53. ;setTimeout("scrollIt()",speed);    
  54. ;}
  55. ;scrollIt();
  56. ;// End -->
  57. ;</script>
  58.  
  59.  
  60.  
  61. [`message`]
  62. Kind=S
  63. Value=Hello, Look @ my vertical scroller!
  64.  
  65.  
  66.  
  67. [`speed`]
  68. Kind=N
  69. Value=250
  70.  
  71.  
  72.  
  73.